home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / misc / cap.arc / G3.DOC < prev    next >
Text File  |  1987-07-07  |  1KB  |  19 lines

  1. 3.0 Input of circuit
  2.     ================
  3.  
  4. Circuit elements are input from the New circuit Menu, one element at a time
  5. with the required information being the element type, the connecting nodes
  6. and the value of the element, (i.e., 10 Ohm, .1 Henrys, etc.). The first
  7. thing that must be done is to number the nodes. A node, for the purposes of
  8. this program is any point where two ore more circuit elements meet. The no-
  9. des must be consecutive integers, consecutive numbered nodes need not have
  10. any special topological relationship to each other.
  11. While inputting each element, the program will ask for the connecting nodes
  12. with the following question: NODES: FROM, TO?. The FROM node is the node
  13. where the current leaves the element.
  14. For the non-source elements (resistors, inductors and capacitors), it is
  15. not important if you don't know the direction of the current flow. Simply
  16. assume one. If you assume wrong, the current will be computed 180 degrees
  17. from the expected direction.
  18. Study the example's EX1.CIR and EX2.CIR.
  19.